Below is a complete list of the user defined functions available in AutoIt. Click on a user defined function name for a detailed description.
When using them you need to add a #include <GDIPlus.au3>.
| User Defined Function | Description |
|---|---|
| _GDIPlus_PathBrushCreate | Creates a PathGradientBrush object based on an array of points and initializes the wrap mode of the brush |
| _GDIPlus_PathBrushCreateFromPath | Creates a PathGradientBrush object based on a GraphicsPath object |
| _GDIPlus_PathBrushGetCenterPoint | Gets the center point of a path gradient brush |
| _GDIPlus_PathBrushGetFocusScales | Gets the focus scales of a path gradient brush |
| _GDIPlus_PathBrushGetPointCount | Gets the number of points in the array of points that defines a brush's boundary path |
| _GDIPlus_PathBrushGetRect | Gets the smallest rectangle that encloses the boundary path of a path gradient brush |
| _GDIPlus_PathBrushGetWrapMode | Gets the wrap mode currently set for a path gradient brush |
| _GDIPlus_PathBrushMultiplyTransform | Updates a brush's transformation matrix with the product of itself and another matrix |
| _GDIPlus_PathBrushResetTransform | Resets the transformation matrix of a path gradient brush to the identity matrix |
| _GDIPlus_PathBrushSetBlend | Sets the blend factors and the blend positions of a path gradient brush |
| _GDIPlus_PathBrushSetCenterColor | Sets the color of the center point of a path gradient brush |
| _GDIPlus_PathBrushSetCenterPoint | Sets the center point of a path gradient brush |
| _GDIPlus_PathBrushSetFocusScales | Sets the focus scales of a path gradient brush |
| _GDIPlus_PathBrushSetGammaCorrection | Specifies whether gamma correction is enabled for a path gradient brush |
| _GDIPlus_PathBrushSetLinearBlend | Sets the blend shape of a path gradient brush to create a custom blend based on a triangular shape |
| _GDIPlus_PathBrushSetPresetBlend | Sets the preset colors and the blend positions of a path gradient brush |
| _GDIPlus_PathBrushSetSigmaBlend | Sets the blend shape of a path gradient brush to create a custom blend based on a bell-shaped curve |
| _GDIPlus_PathBrushSetSurroundColor | Sets the surround color for a path gradient brush |
| _GDIPlus_PathBrushSetSurroundColorsWithCount | Sets the surround colors currently specified for a path gradient brush |
| _GDIPlus_PathBrushSetTransform | Sets the transformation matrix of a path gradient brush |
| _GDIPlus_PathBrushSetWrapMode | Sets the wrap mode of a path gradient brush |